home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / communic / pc_anyve.700 / netadmin.inf < prev    next >
INI File  |  1995-11-29  |  11KB  |  438 lines

  1. [InstallVersion]
  2. 4.0
  3. [process]
  4. Bitmaps(pix)                           
  5. DisableHelp()                                    
  6. AllowIntlChars()                       
  7. Backup(CustDLLCopy)                    
  8. CallProc(Func_Memory)
  9. switch84 = FALSE 
  10. switch83 = FALSE 
  11. switch1 = FALSE  
  12. switch2 = FALSE  
  13. switch5 = FALSE  
  14. switch6 = FALSE  
  15. switch7 = TRUE   
  16. switch8 = FALSE  
  17. switch1 = IsWinVerGTE(0395)        
  18. #ifnot(switch1)
  19.     switch2= CallProcEx (Func_CheckNTVer)
  20. #endif
  21. SetActiveCopy(PCACopy, install.inf)
  22. WizardPanel(Panel_Welcome, siwpca.dll)
  23. WizardProcessPanel()
  24. WizardPanel(Panel_License, siwpca.dll)
  25. WizardProcessPanel()
  26. :TargetDirs
  27. CallProcEx(Func_QueryInstallDirVal)    
  28. CallProcEx(Func_SetupDfltTarget)      
  29. CallProcEx(Func_SetupSharedComponentsDir) 
  30. CallProcEx(Func_SetVarTarget3)                 
  31. :InstallLocation
  32. WizardPanel(Panel_SpecifyLocationNet, siwpca.dll)
  33. WizardIncludePanel(Panel_NoTargetSpace)
  34. WizardIncludePanel(Panel_Error_DirCreateFailed)
  35. WizardIncludePanel(Panel_SetupReviewCopyFiles)
  36. WizardProcessPanel()
  37. #ifnot(switch19)
  38.     WizardGotoPanel(Panel_SpecifyLocationNet)
  39. #endif
  40. CallProcEx(Func_SetVars)
  41. WizardPanel(Panel_NoTargetSpace, siwpca.dll)
  42. switch19 = CallProcEx(Func_CheckTargetSpaceNet)
  43. #if(switch19)  
  44.     WizardExcludePanel(Panel_NoTargetSpace)
  45. #else
  46.     WizardProcessPanel()
  47. #endif
  48. WizardExcludePanel(Panel_NoTargetSpace)
  49. :SetupReviewCopyFilesDialog
  50. WizardPanel(Panel_SetupReviewCopyFiles, siwpca.dll)
  51. WizardProcessPanel()
  52. :Label_CreateDirsNet
  53. WizardPanel(Panel_Error_DirCreateFailed)
  54. switch20 = CallProcEx(Func_CreateDirsNet)
  55. #ifnot(switch20)
  56.     WizardProcessPanel()
  57.     WizardGotoPanel(Panel_SpecifyLocationNet)
  58. #endif
  59. WizardExcludePanel (Panel_Error_DirCreateFailed)
  60. switch10 = FALSE         
  61. switch11 = FALSE         
  62. switch12 = FALSE         
  63. switch13 = FALSE        
  64. switch14 = FALSE         
  65. switch15 = FALSE         
  66. switch16 = FALSE         
  67. switch17 = FALSE         
  68. switch18 = FALSE         
  69. :Label_CopyFilesNet
  70. CallProcEx(Func_SetTargetsCopyNet)
  71. DisableUtils()
  72. Copy()                                  
  73. Delete(DeleteInstallInf)
  74. CallProcEx(Func_RenameFile_NetuserInf)
  75. CallProcEx(Func_CreateAWBinFile)
  76. switch10 = FALSE         
  77. switch11 = FALSE         
  78. switch13 = FALSE        
  79. switch14 = FALSE         
  80. switch16 = FALSE         
  81. switch17 = FALSE         
  82. switch12 = TRUE         
  83. switch15 = TRUE         
  84. switch18 = TRUE         
  85. CallProcEx(Func_SetTargetsCopyNetSetup)
  86. WizardPanel(Panel_NotifyCreateSetupDir)
  87. WizardProcessPanel()
  88. Copy()                                  
  89. CallProcEx(Func_MoveSampleDataFiles)
  90. Delete(DeleteFromNetSource)            
  91. EnableUtils()
  92. WizardPanel(Panel_TechSupport, siwpca.dll)
  93. WizardProcessPanel()
  94. WizardPanel(Panel_HowToReach, siwpca.dll)
  95. WizardProcessPanel()
  96. WizardPanel(Panel_CrossSell, siwpca.dll)
  97. WizardProcessPanel()
  98. WizardPanel(Panel_RegisterNow, siwpca.dll)
  99. WizardSetSkip(Panel_RegisterNow, Panel_Finished)
  100. WizardProcessPanel()
  101. WizardPanel(Panel_OnlineRegistration, siwpca.dll)
  102. WizardSetSkip(Panel_OnlineRegistration, Panel_Finished)
  103. WizardProcessPanel()
  104. WizardPanel(Panel_OnlineMarketing, siwpca.dll)
  105. WizardSetSkip(Panel_OnlineMarketing, Panel_Finished)
  106. WizardProcessPanel()
  107. WizardSetSkip(Panel_SendRegistration, Panel_Finished)
  108. WizardPanel(Panel_SendRegistration, siwpca.dll)
  109. WizardProcessPanel()
  110. :Label_PanelFinished
  111. WizardPanel(Panel_Finished, siwpca.dll)
  112. WizardProcessPanel()
  113. :Label_CleanupAndExit
  114. CallProcEx(ExitHookProc)
  115. Exit()
  116. End()
  117. [Func_SetVars]
  118. dll = siwpca.dll
  119. function = FuncSetVar
  120. section = Section_SetVars
  121. [Section_SetVars]
  122. PATH0, %s, TARGET                     
  123. PATH1, %s, TARGET                      
  124. PATH2, %s\data, TARGET            
  125. PATH3, %s\download, TARGET
  126. PATH8, %s\setup, TARGET
  127. PATH9, %s\drivers, SYSTEM
  128. [Func_CheckTargetSpaceNet]
  129. dll = siwpca.dll
  130. function = FuncCheckFreeDriveSpaceTarget
  131. arg0 = 25000000
  132. [Func_CreateDirsNet]
  133. dll = siwpca.dll
  134. function = FuncCreateDirLoc
  135. section = Section_CreateDirsNet
  136. options = TERMINATE_ON_ERROR
  137. [Section_CreateDirsNet]
  138. %s, PATH0    
  139. %s\license, PATH0    
  140. %s, PATH2    
  141. %s, PATH8    
  142. [Func_SetTargetsCopyNet]
  143. dll = siwpca.dll
  144. function = FuncSetVar
  145. section = Section_SetTargetsCopyNet
  146. [Section_SetTargetsCopyNet]
  147. TARGET, %s, PATH0
  148. TARGET2, %s, PATH0
  149. TARGET3, %s, PATH0
  150. TARGET4, %s, PATH0
  151. TARGET5, %s, PATH0
  152. [Func_SetTargetsCopyNetSetup]
  153. dll = siwpca.dll
  154. function = FuncSetVar
  155. section = Section_SetTargetsCopyNetSetup
  156. [Section_SetTargetsCopyNetSetup]
  157. SOURCE, %s, PATH0
  158. TARGET, %s, PATH8
  159. TARGET2, %s, PATH8
  160. TARGET3, %s, PATH8
  161. TARGET4, %s, PATH8
  162. TARGET5, %s, PATH8
  163. [Func_ShowRegs]
  164. dll = siwpca.dll
  165. function = FuncShowRegs
  166. [Func_Memory]
  167. dll = siwpca.dll
  168. function = InitDll
  169. arg0 = 2
  170. arg1 = 20
  171. arg2 = "Norton pcANYWHERE"
  172. arg3 = pcANYWHERE7.0
  173. arg4 = PIPELINE.INI
  174. [Func_CheckNTVer]
  175. dll = siwpca.dll
  176. function = IsWinVerNTGTE
  177. osversionMajor = 03
  178. osversionMinor = 51
  179. [Func_QueryInstallDirVal]
  180. dll = siwpca.dll
  181. function = FuncRegQueryValue
  182. arg0 = "HKEY_LOCAL_MACHINE"
  183. arg1 = "SOFTWARE\Symantec\pcANYWHERE\7.0\System"
  184. arg2 = InstallDir
  185. arg3 = PATHRET
  186. [Func_SetupDfltTarget]
  187. dll = siwpca.dll
  188. function = FuncSetupDefaultTarget
  189. arg0 = network
  190. arg1 = "c:\Program Files\pcANYWHERE"
  191. arg2 = "c:\pcaw\winaw32"
  192. arg3 = %s, PATHRET
  193. [Func_SetupSharedComponentsDir]
  194. dll = siwpca.dll
  195. function = FuncGetSharedCompDir
  196. arg0 = "c:\Program Files\Symantec"
  197. arg1 = "c:\WIN32APP\Symantec"
  198. arg2 = PATH4
  199. [Func_SetVarTarget3]
  200. dll = siwpca.dll
  201. function = FuncSetVar
  202. arg0 = TARGET3
  203. arg1 = "%s, PATH4"
  204. [Func_GetShortTarget4]
  205. dll = siwpca.dll
  206. function = FuncConvertToShortName
  207. arg0 = "%s, TARGET4"
  208. arg1 = "TARGET4"
  209. [Func_GetShortTarget5]
  210. dll = siwpca.dll
  211. function = FuncConvertToShortName
  212. arg0 = "%s, TARGET5"
  213. arg1 = "TARGET5"
  214. [Func_CreateTarget]
  215. dll = siwpca.dll
  216. function = FuncCreateDirLoc
  217. arg0 = "%s, TARGET"
  218. [Func_ShowSwitches]
  219. dll = siwpca.dll
  220. function = FuncShowSwitches
  221. FirstSwitch = 20
  222. NumberToShow = 11
  223. [Func_ShowSwitches1To10]
  224. dll = siwpca.dll
  225. function = FuncShowSwitches
  226. FirstSwitch = 1
  227. NumberToShow = 10
  228. [Func_CreateKey_IsAdmin]
  229. dll = siwpca.dll
  230. function = FuncRegCreateKeyValue
  231. arg0 = "HKEY_LOCAL_MACHINE"
  232. arg1 = "SOFTWARE\Symantec\pcANYWHERE\7.0\System"
  233. arg2 = "IsAdmin"
  234. arg3 = "REG_DWORD"
  235. arg4 = "1"
  236. [Func_RenameFile_NetuserInf]
  237. dll = siwpca.dll
  238. function = FuncRenameFile
  239. file = "netuser.inf"
  240. newName = "install.inf"
  241. location = TARGET
  242. [Func_CreateAWBinFile]
  243. dll = siwpca.dll
  244. function = FuncAWBinFileUpdate
  245. arg0 = "%s, PATH0"
  246. arg1 = "%s, PATH2"
  247. [Func_MoveSampleDataFiles]
  248. dll= siwpca.dll
  249. function = FuncMoveFile
  250. section = SectionMoveSampleFiles
  251. [SectionMoveSampleFiles]
  252. dialin.gwf, dialin.gwf, %s, PATH0, %s, PATH2
  253. dialout.gwf, dialout.gwf, %s, PATH0, %s, PATH2
  254. direct.bhf, direct.bhf, %s, PATH0, %s, PATH2
  255. direct.chf, direct.chf, %s, PATH0, %s, PATH2
  256. modem.bhf, modem.bhf, %s, PATH0, %s, PATH2
  257. modem.chf, modem.chf, %s, PATH0, %s, PATH2
  258. modem.osf, modem.osf, %s, PATH0, %s, PATH2
  259. network.bhf, network.bhf, %s, PATH0, %s, PATH2
  260. network.chf, network.chf, %s, PATH0, %s, PATH2
  261. ras.chf, ras.chf, %s, PATH0, %s, PATH2
  262. symantec.osf, symantec.osf, %s, PATH0, %s, PATH2
  263. [Panel_WrongVersion]
  264. Title="Incorrect Version"
  265. DlgProc=_PanelDlgProc@16
  266. ResourceId=102
  267. Bitmap16=600
  268. PanelDataProc=_DefaultDataProc@0
  269. PanelFlags=First+Last
  270. [Panel_NoWinSpace]
  271. Title="Low Disk Space"
  272. DlgProc=_PanelDlgProc@16
  273. ResourceId=108
  274. Bitmap16=600
  275. PanelDataProc=_DefaultDataProc@0
  276. PanelFlags=First+Last
  277. [Panel_NoTargetSpace]
  278. Caption="Low Disk Space"
  279. DlgProc=DlgProcNoTargetSpace
  280. ResourceId=143
  281. PanelDataProc=_DefaultDataProc@0
  282. PanelFlags=Next
  283. [Panel_Welcome]
  284. Title="Welcome to Norton pcANYWHERE"
  285. DlgProc=DlgProcSubclassWelcomeDlgProc
  286. ResourceId=101
  287. Bitmap16=600
  288. PanelDataProc=_WelcomeDataProc@0
  289. PanelFlags=First
  290. [Panel_License]
  291. Caption="Online License Agreement"
  292. DlgProc=_LicenseDlgProc@16
  293. ResourceId=502
  294. PanelDataProc=_LicenseDataProc@0
  295. [Panel_Error_DirCreateFailed]
  296. Caption="Directory Creation Failed"
  297. DlgProc=_PanelDlgProc@16
  298. ResourceId=142
  299. PanelDataProc=_DefaultDataProc@0
  300. [Panel_TechSupport]
  301. Caption="Symantec Support Solutions"
  302. Title="Symantec Support Solutions"
  303. DlgProc=_TechSupDlgProc@16
  304. ResourceId=507
  305. Bitmap16=207
  306. PanelFlags=First+NoCancel
  307. [Panel_HowToReach]
  308. Title="How to Reach Us"
  309. DlgProc=_ReachDlgProc@16
  310. ResourceId=513
  311. Bitmap16=213
  312. PanelFlags=NoCancel
  313. [Panel_CrossSell]
  314. Title="Windows 95 Solutions"
  315. DlgProc=_CrossSellDlgProc@16
  316. PanelDataProc=_CrossSellDataProc@0
  317. ResourceId=512
  318. Bitmap16=212
  319. PanelFlags=NoCancel
  320. [Panel_SetupReviewCopyFiles]
  321. Title="Administrator Setup Review"
  322. DlgProc=DlgProcSetupReview
  323. ResourceId=128
  324. Bitmap16=600
  325. PanelDataProc=_DefaultDataProc@0
  326. [Panel_Finished]
  327. Title="Setup Complete"
  328. DlgProc=_PanelDlgProc@16
  329. ResourceId=131
  330. Bitmap16=600
  331. PanelDataProc=_DefaultDataProc@0
  332. PanelFlags=First+Last+Finish
  333. [Panel_FloppyDialogFinish]
  334. Title="Remove Floppy Diskette"
  335. DlgProc=PanelDlgProc
  336. ResourceId=109
  337. Bitmap16=600
  338. PanelDataProc=_DefaultDataProc@0
  339. PanelFlags=First
  340. [Panel_SpecifyLocationNet]
  341. Title="Program Location"
  342. DlgProc=DlgProcSpecifyLocation
  343. ResourceId=118
  344. Bitmap16=600
  345. PanelDataProc=_DefaultDataProc@0
  346. [Panel_CompressDialog]
  347. Title="Compressed Drive Information"
  348. DlgProc=PanelDlgProc
  349. ResourceId=104
  350. Bitmap16=600
  351. PanelDataProc=_DefaultDataProc@0
  352. [Panel_NoDiskSpace]
  353. Title="Low Disk Space"
  354. DlgProc=PanelDlgProc
  355. ResourceId=106
  356. Bitmap16=600
  357. PanelDataProc=_DefaultDataProc@0
  358. [Panel_OnlineRegistration]
  359. DlgProc=_UsaRegDlgProc@16
  360. PanelDataProc=_UsaRegDataProc@0
  361. ResourceId=505
  362. PanelFlags=Skip
  363. [Panel_OnlineMarketing]
  364. DlgProc=_MarketingDlgProc@16
  365. PanelDataProc=_MarketingDataProc@0
  366. ResourceId=506
  367. PanelFlags=Skip
  368. [Panel_SendRegistration]
  369. Title="Send Us Your Form"
  370. DlgProc=_SendRegDlgProc@16
  371. PanelDataProc=_SendRegDataProc@0
  372. ResourceId=514
  373. Bitmap16=214
  374. PanelFlags=Skip
  375. [Panel_RegisterNow]
  376. Title="Register Now"
  377. DlgProc=_RegNowDlgProc@16
  378. PanelDataProc=_RegNowDataProc@0
  379. ResourceId=504
  380. Bitmap16=600
  381. PanelFlags=Skip
  382. [Panel_NotifyCreateSetupDir]
  383. DlgProc=_PanelDlgProc@16
  384. ResourceId=146
  385. Bitmap16=600
  386. PanelDataProc=_DefaultDataProc@0
  387. PanelFlags=First
  388. [PCACopy]
  389. CopyMain.BaseFiles, "pcANYWHERE",    0, Y, N, Y
  390. [PCACopy:CopyDialog]
  391. caption = "Copying pcANYWHERE Files..."
  392. posx = -50
  393. posy = -50
  394. [FileCopy]
  395. insertcaption = "Insert Diskette"
  396. errorcaption = "Error Copying Files"
  397. [Cancel]
  398. caption = "pcANYWHERE Setup Wizard"
  399. text = "Are you sure that you want to cancel the installation?"
  400. [CancelShell]
  401. caption = "pcANYWHERE Setup Wizard"
  402. text = "Are you sure that you want to cancel the installation?"
  403. [PCACopy:Advo]
  404. posx = 50
  405. posy = 50
  406. location=siwpca.dll
  407. count=1
  408. bitmapsonly=1
  409. [groups]
  410. "pcANYWHERE32",       winaw.grp, DELETE
  411. [pcANYWHERE32]
  412. "pcANYWHERE"            ,  winaw32.exe,        BaseFiles, 0, TARGET5, , , "/a"
  413. "Remove pcANYWHERE"    ,  "setup.exe",      BaseFiles, 0, TARGET5, , , "/u"
  414. "Release Notes"        ,  "readme.txt",         BaseFiles, 0, TARGET5
  415. [CustDLLCopy]
  416. siwpca.dll, siwpca.dll, SOURCE, TEMPDIR
  417. cramapi.dll, cramapi.dll, SOURCE, TEMPDIR
  418. ctl3d.dll, ctl3d.dll, SOURCE, TEMPDIR
  419. [DeleteFromNetSource]         
  420. SIWPCA.DLL,      SOURCE        
  421. ctl3d32.dll,      SOURCE        
  422. inst32.exe,          SOURCE        
  423. pipeline.dll,     SOURCE
  424. setup.exe,          SOURCE
  425. siwdll32.dll,     SOURCE
  426. siwdll32.lib,     SOURCE
  427. siwfmod.exe,     SOURCE
  428. siwpipl.exe,     SOURCE
  429. sunzip32.dll,     SOURCE
  430. [ExitHookProc]
  431. dll = siwpca.dll
  432. function = ReleaseDLL
  433. [DeleteInstallInf]
  434. install.inf, TARGET
  435. [pix]
  436. color = %s\pcabgrnd.bmp
  437. color = %s\symantec.rle, -1, -1
  438.